home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / zcpp_jae.zip / CHANGES.JAE < prev    next >
Internet Message Format  |  1992-07-14  |  1KB

  1. Date: 07/14/92
  2.  
  3. I have modified the following files to fix a number of DOS bugs:
  4.  
  5. makefile.ztc    added commented-out lines for protected mode compile,
  6.                 and dependency of template.c on cppdef.h (see below)
  7.  
  8. samples.mak     (changed includes.* filenames to incl.* so as not
  9.                 to upset Zortech's make utility, which has a problem
  10.                 with the dependency includes.obj: includes.cpp)
  11.  
  12. cpp1.c          added calls to macro ESCNAME and added function EscPathName,
  13.                 to fix problem with not double-backslashing DOS pathnames in
  14.                 #line directives (ZTC gets rather upset about this)
  15.  
  16. cpp2.c          added calls to macro ESCNAME for #line output
  17.  
  18. cppdef.h        added defines for macro ESCNAME and extern for EscPathName
  19.  
  20. template.c      added calls to ESCNAME for #line output, now includes
  21.                 cppdef.h to get ESCNAME macro
  22.  
  23. In addition, the file includes.cpp has been renamed incl.cpp, in accordance
  24. with the change made to samples.mak.
  25.  
  26. <J. Alan Eldridge -- RIME C/OOPS Co-Host>
  27.